@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
.primary_block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .primary_block {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.product-heading-h5 {
  margin: 0.5rem 0;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #bbb;
}

.pb-left-column {
  margin-bottom: 1rem;
}

@media (min-width: 580px) {
  .pb-left-column {
    padding-right: 0;
  }
}

.pb-left-column .image-block {
  position: relative;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid #e3e3e3;
}

.pb-left-column .image-block .view-full-size {
  display: block;
  cursor: pointer;
}

.pb-left-column .image-block .view-full-size img {
  margin: 0 auto;
  display: block;
  max-width: 600px;
  height: auto;
  width: 100%;
}

.pb-left-column .image-block .span_link {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.2s;
}

.pb-left-column .image-block .span_link::after {
  margin: 0 0 0 1rem;
  font-family: "FontAwesome";
  content: "\f00e";
}

.pb-left-column .image-block .span_link:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .pb-left-column .image-block .span_link {
  }
}

.pb-left-column .image-block:hover .span_link {
  opacity: 1;
}

.pb-left-column .image-block a.jqzoom div div img {
  width: auto;
  max-width: 10000px;
}

.pb-left-column .image-block a.jqzoom div div .zoomWrapper {
  border: none;
}

.pb-left-column .image-block .zoomPad {
  z-index: auto !important;
  float: none !important;
}

.pb-left-column .image-block .new-box,
.pb-left-column .image-block .sale-box {
  z-index: 5002;
}

.pb-left-column .views_block {
  -webkit-justify-content: center;
  justify-content: center;
  margin: 1rem 0;
  position: relative;
}

.pb-left-column .thumbs-list {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  overflow: hidden;
}

.pb-left-column .thumbs-list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style-type: none;
}

.pb-left-column .thumbs-list li {
  -webkit-flex: 0 0 10rem;
  flex: 0 0 10rem;
  width: 10rem;
  line-height: 0;
  cursor: pointer;
}

.pb-left-column .thumbs-list li a {
  position: relative;
  display: block;
  margin: 0 2px;
  background: #f2f2f2;
  border: 1px solid #e3e3e3;
  transition: all 0.3s;
}

.pb-left-column .thumbs-list li a:hover,
.pb-left-column .thumbs-list li a.shown {
  border-color: #fed95c;
}

.pb-left-column .thumbs-list li img {
  width: 100%;
}

.pb-left-column .view-scroll {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  padding: 0;
  color: silver;
}

.pb-left-column .view-scroll::before {
  font-family: "FontAwesome";
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.pb-left-column .view-scroll:hover {
  color: #000;
}

.pb-left-column .view-scroll-left {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: absolute;
  right: 23px;
}

.pb-left-column .view-scroll-left::before {
  margin-right: 0.5rem;
  content: "\f053";
}

.pb-left-column .view-scroll-right {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: absolute;
  right: 0px;
  top: 0px;
}

.pb-left-column .view-scroll-right::before {
  margin-left: 0.5rem;
  content: "\f054";
}

.resetimg {
  margin: 0;
}

.resetimg span {
  margin-bottom: 1rem;
}

.resetimg span i {
  margin-right: 1rem;
}

.view_scroll_spacer {
  margin-top: 38px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .view_scroll_spacer {
    margin-top: 28px;
  }
}

#usefull_link_block {
  display: none;
  list-style-type: none;
}

#usefull_link_block li {
  margin: 0;
}

#usefull_link_block li a {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6rem;
}

#usefull_link_block li a::before {
  margin-right: 0.5rem;
  font-family: "FontAwesome";
}

#usefull_link_block li.print a::before {
  content: "\f02f";
}

#usefull_link_block li.sendtofriend a::before {
  content: "\f003";
}

#usefull_link_block li#left_share_fb a::before {
  content: "\f09a";
}

#usefull_link_block li#favoriteproducts_block_extra_remove::before,
#usefull_link_block li#favoriteproducts_block_extra_add::before,
#usefull_link_block li#favoriteproducts_block_extra_added::before {
  content: "\f08a";
}

#usefull_link_block li#favoriteproducts_block_extra_removed::before {
  content: "\f004";
}

.pb-center-column {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-order: -1;
  order: -1;
  width: 100%;
  margin-bottom: 1rem;
}

.pb-center-column h1 {
  padding: 1rem;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #000;
  background: #fff;
  border-left: 5px solid #000;
}

@media (min-width: 1200px) {
  .pb-center-column {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-order: 0;
    order: 0;
    width: 50%;
    max-width: 50rem;
    padding-right: 0;
  }

  .pb-center-column h1 {
    margin-top: 0;
  }
}

.pb-center-column p {
  margin-bottom: 1rem;
}

.pb-center-column #product_reference {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #bbb;
}

.pb-center-column #short_description_block {
  padding-bottom: 1rem;
  color: #bbb;
}

.pb-center-column #short_description_block .rte {
  padding: 0;
}

.pb-center-column #short_description_block .buttons_bottom_block {
  display: none;
}

.pb-right-column {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 580px) {
  .pb-right-column {
    -webkit-flex: 0 0 30rem;
    flex: 0 0 30rem;
    width: auto;
  }
}

.box-info-product {
  background: transparent;
}

.box-info-product p {
  margin-bottom: 0;
  display: block;
}

.box-info-product .exclusive {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: #fed95c;
  border: 0 none;
  white-space: nowrap;
  border-radius: 0;
}

.box-info-product .exclusive::before {
  position: relative;
  z-index: 2;
  /*display: -webkit-flex;*/
  display: none;
  -webkit-flex: 0 0 5rem;
  flex: 0 0 5rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 5rem;
  font-family: "FontAwesome";
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  content: "\f07a";
}

.box-info-product .exclusive::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 5rem;
  display: none;
  content: "";
  background: #fed95c;
}

.box-info-product .exclusive.added::before {
  content: "\f00c";
}

.box-info-product .exclusive.added.disabled::before,
.box-info-product .exclusive.disabled::before {
  content: "\f110";
  -webkit-animation: 1s linear 0s normal none infinite spin;
  animation: 1s linear 0s normal none infinite spin;
}

.box-info-product .exclusive span {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 9px 88px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 3.2rem;
  color: #000;
  text-align: center;
}
.box-info-product .exclusive span:hover {
  color: #fff;
}
.box-info-product .exclusive:hover {
  background: #3a3a3a !important;
}

@media (min-width: 768px) {
  .box-info-product .product_attributes {
    flex-flow: row nowrap !important;
  }
}

.box-info-product .box-cart-bottom {
  border-top: 1px solid #e3e3e3;
}

.box-info-product .buttons_bottom_block {
  margin: 0;
}

.box-info-product .buttons_bottom_block button {
  height: 50px;
}

.box-info-product .add-to-cart {
  padding: 1rem;
}

.box-info-product .add-to-cart + .wishlist {
  padding-top: 0;
}

.box-info-product .wishlist {
  padding: 1.5rem;
}

.box-info-product .wishlist #wishlist_button,
.box-info-product .wishlist #wishlist_button_nopop {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  background: #fff;
  border: 1px solid #fed343;
}

.box-info-product .wishlist #wishlist_button::before,
.box-info-product .wishlist #wishlist_button_nopop::before {
  background: #fed95c;
  border-radius: 0;
}

.box-info-product .wishlist #wishlist_button:hover,
.box-info-product .wishlist #wishlist_button:focus,
.box-info-product .wishlist #wishlist_button_nopop:hover,
.box-info-product .wishlist #wishlist_button_nopop:focus {
  color: #fed95c;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#color_picker p {
  font-weight: 700;
}

#product p#loyalty {
  position: relative;
  padding: 17px 0 15px 35px;
  margin: 10px 0 -5px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

#product p#loyalty b {
  color: #000;
}

#product p#loyalty::before {
  position: absolute;
  top: 16px;
  left: 0;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 28px;
  color: #cfcccc;
  content: "\f024";
}

.product .rte {
  padding: 0 1.5rem 2rem;
  word-wrap: break-word;
}

.product .rte p {
  min-height: 1px;
  margin-bottom: 1rem;
}

#attributes fieldset {
  margin-bottom: 0.5rem;
}

#attributes fieldset label {
  display: block;
}

#attributes .attribute_list {
  width: 100%;
}

#attributes .attribute_list .form-control {
  max-width: 230px;
}

#attributes .attribute_list .form-control option {
  color: #bbb;
  background: #fff;
}

#attributes .attribute_list ul {
  clear: both;
}

#attributes .attribute_list ul li {
  float: left;
  margin-right: 10px;
}

#attributes .attribute_list input.attribute_radio {
  float: left;
  margin-left: 3px;
}

#attributes .attribute_list div.radio,
#attributes .attribute_list div.radio span,
#attributes .attribute_list div.radio input {
  display: inline-block;
  float: none;
}

#attributes .attribute_list #color_to_pick_list {
  margin-bottom: 0;
  list-style-type: none;
}

#attributes .attribute_list #color_to_pick_list li {
  float: left;
  width: 26px;
  height: 26px;
  padding: 1px;
  margin: 0 3px 3px 0;
  clear: none;
  border: 1px solid #e3e3e3;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick {
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick img {
  display: block;
  width: 22px;
  height: 22px;
}

#attributes .attribute_list #color_to_pick_list li.selected {
  border: 1px solid #4d4d4d;
}

#short_description_content a,
.page-product-box .rte a {
  color: #333;
  text-decoration: underline;
}

#short_description_content a.btn,
.page-product-box .rte a.btn {
  text-decoration: none;
}

.table-data-sheet {
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
}

.table-data-sheet tr {
}

.table-data-sheet tr.even {
  background: #fdfdfd;
}

.table-data-sheet tr td {
  padding: 0px 10px 0px;
}

.table-data-sheet tr td:first-child {
  width: 30%;
  font-weight: 700;
  color: #5b584d;
}

table.table-product-discounts {
  width: 50%;
  margin: 0 0 20px;
  background: #fff;
  border: none;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

@media (max-width: 767px) {
  table.table-product-discounts {
    width: 100%;
  }
}

table.table-product-discounts tr th {
  font-weight: 700;
  color: #000;
  background: #f8f8f8;
  border: none;
}

table.table-product-discounts tr td,
table.table-product-discounts tr th {
  width: 33%;
  padding: 10px 20px 11px;
  font-size: 13px;
  line-height: 18px;
  text-shadow: none;
  text-transform: none;
  border-top: 1px solid #e3e3e3;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #e3e3e3;
}

.accessories-block .block_description {
  display: none;
}

.accessories-block .exclusive span {
  padding: 2px 8px 3px;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}

.accessories-block .exclusive span:focus,
.accessories-block .exclusive span:active {
  text-decoration: none;
}

.accessories-block .product-name {
  margin-bottom: 5px;
}

.accessories-block .product-name a {
  font-size: 15px;
  line-height: 18px;
  color: #000;
}

.accessories-block .product-name a:hover {
  color: #000;
}

.accessories-block div ul li a {
  display: inline-block;
}

.accessories-block div ul li.s_title_block a,
.accessories-block div ul li.s_title_block span {
  font-weight: 700;
}

#quantity_wanted_p {
  max-width: 125px;
}

#quantity_wanted_p input {
  float: left;
  width: 125px;
  top: 0px;
  position: relative;
  height: 50px;
  text-align: center;
  padding: 0 26px;
  line-height: 27px;
  border: 1px solid #d1d1d1 !important;
  font-size: 18px;
}

#quantity_wanted_p .btn {
  margin-left: 3px;
  top: 12.5px;
}

#quantity_wanted_p label {
  display: block;
  margin-bottom: 7px;
  position: relative;
  top: -9px;
}

#availability_statut span#availability_label,
#availability_date_label {
  display: inline-block;
  width: 125px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
}

#quantityAvailable {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
  color: #000;
}

#availability_value,
#last_quantities {
  display: inline-block;
  padding: 0.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7rem;
  color: #fff;
  padding: 6px 15px;
  background-color: #d90000;
  border: none;
}

#last_quantities {
  position: relative;
  margin-left: 0;
  background: #f0ad4e;
  border: 1px solid #eea236;
}

#availability_statut,
#pQuantityAvailable {
  height: max-content;
  display: block;
  color: #000;
  margin-top: 10px;
}

#pQuantityAvailable span {
  font-weight: 700;
  color: #000;
}

.box-security {
  padding: 1rem;
  background-image: #f2f2f2;
  border-top: 1px solid #e3e3e3;
}

.discount {
  display: none;
}

.price-block {
  display: flex;
  align-items: center;
}

.price-block *:not(:first-of-type) {
  margin-left: 10px;
}

.price {
  font-size: 21px;
}

.our_price_display {
  font-family: "Lato", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 3rem;
  color: #000;
}

.price-block span.aeuc_tax_label {
  color: black;
  font-size: 14px;
  margin-left: 10px;
}

.our_price_display .price {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: #000;
  display: inline-block;
}

#old_price {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 2.1rem;
  line-height: 2.1rem;
  text-decoration: line-through;
}

.our_price_display .discounted_price {
  padding: 1px 7px;
}

#reduction_percent,
#reduction_amount {
  padding: 1px 5px;
  margin-right: 1rem;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #fff;
  background: #d9534f;
  border: 1px solid #c9302c;
}

#reduction_percent span,
#reduction_amount span {
  display: block;
}

.hide-left-column.hide-right-column #reduction_percent,
.hide-left-column.hide-right-column #reduction_amount {
  display: inline-block;
}

.pb-center-column p.online_only {
  font-size: 1.4rem;
  font-weight: 700;
  color: #f13340;
  text-align: left;
}

#send_friend_form {
  width: 555px;
  overflow: hidden;
}

@media (max-width: 767px) {
  #send_friend_form {
    width: 280px;
  }

  #availability_statut,
  #pQuantityAvailable {
    margin-bottom: 30px;
  }

  .price-wrp {
    margin: 30px 0 35px;
  }
}

#send_friend_form .product img {
  margin: 0 0 10px;
  border: 1px solid #e3e3e3;
}

#send_friend_form .product p {
  padding: 0;
  color: #000;
}

#send_friend_form .product p .product_name {
  font-size: 12px;
  color: #000;
}

#send_friend_form .form_container {
  padding: 10px 15px;
  background: #f2f2f2;
  border: 1px solid #e3e3e3;
}

#send_friend_form .form_container p.intro_form {
  padding-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

#send_friend_form .form_container p.txt_required {
  padding-bottom: 0;
  color: #666;
}

#send_friend_form .form_container .text {
  padding-bottom: 10px;
}

#send_friend_form .form_container .text label {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 12px;
}

#send_friend_form .form_container .text input {
  width: 100%;
  height: 22px;
  padding: 0 5px;
  font-size: 12px;
  color: #666;
  border: 1px solid #e3e3e3;
}

#send_friend_form .submit {
  padding-bottom: 0;
  margin-top: 20px;
  text-align: right;
}

p.infoCustomizable {
  margin-bottom: 30px;
}

ul#uploadable_files,
ul#text_fields {
  list-style-type: none;
}

.customizableProductsFile,
.customizableProductsText {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.customizationUploadLine {
  padding-bottom: 10px;
}

.customizationUploadLine label {
  display: block;
  vertical-align: top;
}

.customizationUploadLine textarea {
  width: 50%;
  color: #777;
  border: 1px solid #e3e3e3;
}

.customizationUploadBrowse img + a {
  position: relative;
  top: -51px;
}

#customizedDatas {
  float: right;
}

#product.content_only {
  padding: 1rem 15px;
  background: #fbfbfb;
}

#product.content_only .primary_block {
  margin-bottom: 0;
}

.addsharethisinner .stButton .stArrow {
  display: none !important;
}

.cart-pagewrp .prescription_container {
  padding-top: 34px;
  margin-top: 20px;
  position: relative;
  border-top: 1px solid #d1d1d1;
}

.infobox-holder {
  width: 100%;
  display: block;
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
select {
  border: 1px solid #d1d1d1 !important;
  padding: 8px !important;
  font-weight: bold;
}
.select2-dropdown {
  border-radius: 0 !important;
}

input {
  border: 1px solid #d1d1d1;
  padding: 7px;
  font-weight: bold;
}

@media (min-width: 1200px) {  
  .optyk-table-block .swiper-container-horizontal>.swiper-scrollbar {
    display: none;
  }
  .optyk-table-block .swiper-container-free-mode>.swiper-wrapper {
    transform: none !important;
  }
}

.optyk-table th {
  padding-bottom: 0px;
}
.optyk-table td {
  font-weight: bold;
  white-space: nowrap;
}
.optyk-table .pro-sum {
  position: relative;
  top: 15px;
}
.select2-container--default .select2-selection--single {
  border-color: #d1d1d1 !important;
}
.optyk-addons-selects {
  margin: 15px 0;
}
.optyk-addons-selects .d-flex .pr-2 {
  padding-right: 10px;
}
.optyk-addons-selects .d-flex label {
  border-left: none;
  padding-left: 0;
}
.soci-wrp {
  margin-top: 25px;
  padding-left: 16px;
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.soci-wrp p {
  color: #333333;
  font-weight: bold;
  line-height: 30px;
}
.cart-pagewrp #short_description_content {
  line-height: 21px;
}
#quantity_wanted_p {
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
}
#quantity_wanted_p .btn {
  position: absolute;
}
#quantity_wanted_p .button-minus {
  left: -1px;
}
#quantity_wanted_p .button-plus {
  right: 1px;
}
.cart-pagewrp .btn.button-plus span,
.btn.button-minus span {
  background: transparent;
  border: none !important;
}
.btn.button-plus,
.btn.button-minus {
  border: none !important;
  color: #000;
}
.btn.button-plus:hover {
  background: none !important;
  color: #000;
}
.btn.button-minus:hover {
  background: none !important;
}
.btn.button-minus:hover span {
  background: none !important;
  color: #000;
}
.prouct-detailsbox h3.page-product-heading {
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  border-color: #d1d1d1;
  padding-left: 0px;
}
.prouct-detailsbox h3.page-product-heading:after {
  content: "";
  background: #fed95c;
  width: 240px;
  height: 5px;
  position: absolute;
  bottom: -3px;
  left: 0px;
}
.product-megerinfo {
  margin-bottom: 15px;
}

.product-megerinfo p {
  line-height: 34px;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: bold;
}
.product-megerinfo .border-boxinf {
  border: 1px solid #000000;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
.whybuyfromus {
  text-align: center;
  padding: 20px 0 0;
  clear: left;
}
.whybuyfromus .row {
  overflow: hidden;
}

.whybuyfromus .col {
  text-align: center;
}
.whybuyfromus p {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-top: 8px;
}
.whybuyfromus img {
  height: 35px;
}
.ets_crosssell_block h4.ets_crosssell_title {
  border-bottom: 1px solid #d1d1d1;
  text-align: center;
  position: relative;
  padding-bottom: 17px !important;
  margin-bottom: 30px;
}
.ets_crosssell_block h4.ets_crosssell_title::after {
  background: #fed95c;
  height: 5px;
  content: "";
  position: absolute;
  width: 100%;
  max-width: 235px;
  bottom: -2px;
  margin: 0px auto;
  left: 0px;
  right: 0px;
}
.footer-block li a {
  font-weight: bold;
}
.table-responsive {
  border: none !important;
}
.measurement-box {
  max-width: 762px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
.measurement-box h3 {
  background: #000;
  margin: 0px;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  text-align: left;
  padding: 10px 15px;
}
.custom-stuff .fancybox-skin {
  padding: 0px !important;
}
.custom-stuff .fancybox-close {
  top: 8px;
  right: 18px;
}
.measurement-box p {
  font-size: 14px;
  color: #333;
}
.measurement-box p span {
  font-weight: bold;
}
.product-measurment-holder {
  padding: 20px;
  display: block;
  width: 100%;
}
#p_measurement {
  cursor: pointer;
}
img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .price-wrp {
    margin-top: 30px;
  }
  .cart-pagewrp h1 {
    font-size: 3rem;
  }
  ul.product_list .product-image-container .quick-view i {
    display: none;
  }
  ul.product_list .product-image-container .quick-view {
    display: none !important;
  }
  .product_list .functional-buttons {
    display: none !important;
  }
  .product_list .availability {
    display: none !important;
  }
  .ets_crosssell_block
    ul.product_list.grid
    li
    .product-container
    .product-image-container {
    border: none !important;
  }
}
@media (max-width: 500px) {
  .box-info-product .exclusive span {
    padding: 9px 15px;
  }
  ul.product_list .product-image-container .quick-view {
    display: none !important;
  }
  .product_list .functional-buttons {
    display: inline-block !important;
  }
  .product_list .availability {
    display: inline-block !important;
  }
  .ets_crosssell_list_blocks .tab_content button.slick-arrow {
    display: none !important;
  }
}

.pd-calculate {
  padding-left: 10px;
}

.price-wrp {
  padding: 32px 30px 43px;
  background-color: #f1f1f1;
  margin-bottom: 62px;
}

.icon-plus,
.icon-minus {
  width: 16px;
  height: 16px;
}

.icon-plus::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='plus' width='16' height='16' viewBox='0 0 16 16'%3E%3Cline id='Line_14' data-name='Line 14' y2='16' transform='translate(8)' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cline id='Line_15' data-name='Line 15' x2='16' transform='translate(0 8)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E")
    center center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}

.icon-minus::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='2' viewBox='0 0 16 2'%3E%3Cg id='minus' transform='translate(-1 1)'%3E%3Cline id='minus-2' data-name='minus' x2='16' transform='translate(1 0)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E")
    center center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}

.cart-pagewrp .btn.button-plus span {
  margin-right: 10px;
}

.cart-pagewrp .btn.button-minus span {
  margin-left: 10px;
}

.radio-box .radio > span {
  width: 100%;
  height: auto;
  top: 0;
  border: 0;
}

.select_container h3 {
  font-size: 21px;
  line-height: 25px;
  margin: 14px 0 19px;
}

@media (min-width: 1500px) {
  .select_container {
    width: 62%;
  }
  .description_container {
    width: 38%;
  }
}

@media (min-width: 768px) {
  #columns #center_column .main_container .row.clearfix {
    flex-direction: row;
  }
}

.description_container-header,
.description_container-row {
  margin: 0;
}

.description_container-row {
  justify-content: space-between;
}

.description_container-row::before,
.description_container-row::after {
  display: none;
}

@media (min-width: 580px) {
  .pb-left-column {
    padding-right: 15px;
    padding-left: 0;
  }
}

.description_container-row > div + div {
  display: flex;
  gap: 5px;
  width: 82px;
  font-weight: bold;
}

.description_container-row > div + div img {
  width: 24px;
  height: 24px;
}

.description_container-row {
  display: flex;
  align-items: center;
}

.description_container-row:last-child {
  border: 0;
}

#id_description_container_name {
  font-size: 14px;
  line-height: 21px;
}

body .description_container-header {
  padding: 10px 0px 9px;
}

body .description_container-row-padding {
  padding: 8px 0;
  min-height: 40px;
}

.btns-radio {
  width: 100%;
}

#product .columns-container {
  background: #fbfbfb;
  overflow: visible;
}

.pb-left-column .image-block {
  border: 0;
}

.pb-left-column .thumbs-list li a {
  background: #fff;
  border: 1px solid transparent;
}

body .btn-group-vertical .radio-item > .radio-box {
  border: 1px solid #d1d1d1;
  display: flex;
  padding: 19px 20px 19px 90px;
  box-shadow: none !important;
  margin-bottom: 11px;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

@media (max-width: 1499px) {
  body .main_container .btn-group-vertical .radio-item > .radio-box {
    padding: 19px 20px 44px 90px;
    white-space: normal;
  }
  .main_container .radio-item .radio-btn {
    right: auto;
    left: 91px;
    top: auto;
    bottom: 8px;
  }
}

body .btn-group-vertical .radio-item > .radio-box.active {
  border-color: #fed95c;
}

.radio-box .custom-radio {
  display: flex;
  position: relative;
  flex-direction: row;
  position: absolute;
  left: 40px;
  align-items: center;
  top: 20px;
}

@media (max-width: 767px) {
  .radio-box .custom-radio {
    left: 38px;
    top: 18px;
  }
}

.radio-box .radio-icon {
  width: 20px;
  height: 20px;
  top: 0;
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  z-index: 1;
}

.radio-box .radio-icon:after {
  content: "";
  display: block;
  background-color: #fed95c;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.radio-box.active .radio-icon:after {
  opacity: 1;
}
.radio-box input {
  width: 20px;
  height: 20px;
  opacity: 0;
  float: none;
  z-index: 1;
}

.radio-item {
  position: relative;
}

.radio-item .radio-btn {
  padding: 0;
  margin: 0;
  background: none;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.65px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: none !important;
}

.radio-item .radio-btn:hover,
.radio-item .radio-btn:focus {
  text-decoration: underline;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
.modal_extra {
  padding-top: 0 !important;
  top: 0 !important;
  z-index: 9999 !important;
  padding: 0 15px;
}

.modal_extra .my_modal_content {
  width: 100%;
  border: 0;
  max-width: 762px;
}

.modal_extra .my_modal_header {
  padding: 0 0 1px 10px;
}

.modal_extra .modal-body {
  padding: 32px 29px 28px;
  margin: 0;
}

.modal_extra .modal-body p {
  font-size: 16px;
  line-height: 21px;
  color: #333;
  padding-bottom: 20px;
}

.modal_extra .my_close_modal {
  font-weight: 400;
  font-family: none;
  font-size: 40px;
}

.modal_extra .my_close_modal:hover,
.modal_extra .my_close_modal:focus {
  text-shadow: none;
  color: #fff;
  opacity: 0.8;
}

.modal_extra .my_close_modal span {
  display: block;
  transform: translate(-6px, -6px);
}

.primary_block h1 {
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 10px;
}
.top-info-block {
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}

.top-info-block .product-badges {
  position: static;
  flex-direction: row-reverse;
}

.top-info-block .product-badges .discount {
  display: none;
}

.top-info-block .product-badges span {
  margin: 0;
  padding: 4px 7px;
  font-size: 14px;
}

.top-info-block #product_reference {
  margin: 0;
}

.top-info-block #product_reference label {
  margin: 0;
}

.cart-pagewrp #short_description_content {
  padding-bottom: 16px;
}

.btn-more-items {
  border: 1px solid #000000;
  padding: 10px 25px;
  background: #fff;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.75px;
  font-weight: bold;
  box-shadow: none !important;
  min-width: 125px;
  box-sizing: border-box;
  outline: none !important;
  margin: 19px 0 20px;
}

.btn-more-items:hover {
  background: #000;
  color: #fff;
}

.btn-more-items .btn-less,
.btn-more-items.active .btn-more {
  display: none;
}

.btn-more-items.active .btn-less {
  display: block;
}

.btns-radio-select:not(.open) {
  display: none;
}

.btns-radio-select.open  {
  display: block;
}

.description_container {
  margin-top: 12px;
}

.color_container {
  padding-bottom: 12px;
}

.color_container .select2-container--default .select2-selection--single {
  border-color: #d1d1d1;
  border-radius: 0;
  height: 40px;
}

.color_container
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #333;
  line-height: 38px;
  padding-left: 20px;
}

.color_container
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
  width: 38px;
}

.color_container
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  font-size: 0;
}
.color_container
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 20px;
  color: #000;
}

.color_container
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: 0;
  margin: 0;
  position: static;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color_container .select2-container--open {
  max-width: 100% !important;
}

.box-info-product .add-to-cart {
  padding: 0;
}

#quantity_wanted_p {
  margin-top: 0;
}

#add_to_show_room {
  margin: 0 !important;
}

#old_price_display .price-tax {
  text-decoration: none;
}

.price-block span.aeuc_tax_label {
  display: inline-block !important;
  margin-left: 6px;
  line-height: 21px;
  margin-top: 6px;
}

#old_price {
  font-size: 21px;
  line-height: 25px;
  color: #333;
  font-weight: bold;
}

.content_prices div.aeuc_delivery_label {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  padding: 11px 0 10px;
}

.title-price {
  background: #000;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px 6px;
  display: inline-block;
  margin-bottom: 7px;
}

.main_container {
  margin-bottom: 38px;
}

.optyk-table select,
.optyk-table input {
  min-width: 120px;
  height: 40px;
  font-weight: normal;
  padding-left: 10px !important;
}

.optyk-table td {
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 16px;
}

@media (min-width: 1500px) {
  .prescription-options {
    width: 62%;
  }

  .prescription-info {
    width: 38%;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .optyk-table select,
  .optyk-table input {
    min-width: 100px;
  }
  .optyk-table td {
    padding-right: 5px;
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

.prescription_container h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 0;
}

.prescription-info h4,
.cart-pagewrp .prescription_container .prescription-options h4 {
  border-left: 5px solid #fed95c;
  padding-left: 10px;
  margin-bottom: 37px;
}

.cart-pagewrp .prescription_container .prescription-options h4 {
  margin-bottom: 14px;
}

@media (min-width: 991px) {
  #columns #center_column .prescription_container .clearfix {
    flex-direction: row;
  }
}

.prescription-info .btn-primary {
  width: 100%;
  background: none !important;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  box-shadow: none !important;
  color: #000 !important;
  margin-bottom: 12px;
  border: 0;
  text-align: left;
}

.prescription-info .btn-primary:hover,
.prescription-info .btn-primary:focus {
  text-decoration: underline;
}

.box-recept {
  border: 1px solid #707070;
  padding: 20px 20px 32px;
  text-align: left;
  margin-bottom: 27px;
  margin-top: -6px;
}

.box-recept h5 {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 4px;
}

.modal_extra .modal-body .box-recept p {
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 11px;
}

.box-recept p:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: #000 1px dotted;
  position: absolute;
  left: 0;
  bottom: 5px;
}

.box-recept p span {
  background: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding-right: 3px;
}

.modal_extra .btn-secondary {
  border: 1px solid #000;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0.75px;
  padding: 10px 18px;
  box-shadow: none !important;
  margin-bottom: 10px;
}

.modal_extra .btn-secondary:hover,
.modal_extra .btn-secondary:focus {
  background: #000;
  color: #fff;
}

.box-price-online {
  display: flex;
  align-items: center;
}

.price-offline {
  display: flex;
}

.price-box {
  display: flex;
  align-items: flex-end;
}

.price-offline .price-box strong {
  font-size: 21px;
  line-height: 25px;
  color: #000;
  font-weight: normal;
  margin-right: 10px;
}

.price-offline span:not(.box-info):not(.tooltip-info) {
  font-size: 14px;
  line-height: 21px;
  color: #333;
  text-transform: capitalize;
}

.price-offline {
  font-size: 14px;
  line-height: 21px;
  color: #333;
}

.price-block .box-price-offline {
  margin-left: 50px;
  margin-top: -17px;
}

.box-info {
  position: relative;
  margin-left: 5px !important;
}

.box-info i {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  background: #fed95c;
  border-radius: 10px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  cursor: default;
  margin-left: 5px;
  transform: translateY(-3px);
}

.box-info:hover .tooltip-info {
  visibility: visible;
  opacity: 1;
  bottom: 170%;
  text-transform: none;
}
.box-info .tooltip-info {
  position: absolute;
  bottom: 190%;
  left: 14px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 111;
  padding: 8px 13px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  background: #000;
  font-weight: 400;
  width: 220px;
}
.box-info .tooltip-info:before {
  position: absolute;
  left: 0;
  bottom: -12px;
  content: "";
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 14px 0 0;
  border-color: #000000 transparent transparent transparent;
}

.price-offline p {
  margin: 0;
  padding: 4px 7px;
  background: #fed95c;
  margin-left: 60px;
}

@media (max-width: 1499px) {
  .price-offline {
    flex-direction: column;
  }
  .price-offline p {
    margin-left: 0;
    margin-top: 10px;
  }
}

.list-wariant {
  text-align: left;
}

.list-wariant li {
  font-size: 16px;
  line-height: 21px;
  position: relative;
  margin-bottom: 10px;
}
.list-wariant > li {
  padding-left: 20px;
}
.list-wariant > li:before {
  font-family: "FontAwesome";
  font-size: 13px;
  line-height: inherit;
  content: "\f00c";
  color: #fed95c;
  position: absolute;
  left: 0;
  top: 2px;
}

.list-wariant ul {
  padding: 9px 0 0;
}
.list-wariant ul li {
  margin-bottom: 9px;
}

.optyk-addons-selects h4 {
  display: flex;
}

.optyk-addons-selects .box-info {
  margin-top: 5px;
}

.optyk-addons-selects {
  margin: 42px 0 50px;
}

.optyk-addons-radio {
  padding-bottom: 22px;
}

.cart-pagewrp
  .prescription_container
  .prescription-options
  .optyk-addons-radio
  h4,
.cart-pagewrp .prescription_container .prescription-options .optyk-addons-selects h4 {
  border-left: 0;
  padding-left: 0;
  margin-bottom: 8px;
}

.optyk-addons-radio .btns-radio .radio-item > .radio-box {
  display: block !important;
  white-space: inherit;
  text-align: left;
  font-weight: normal;
  margin-bottom: 20px;
  padding-left: 52px;
}

.optyk-addons-radio .btns-radio .radio-item > .radio-box .radio span {
  top: -2px;
}

.optyk-addons-radio .btns-radio h5 {
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 6px;
}

.optyk-addons-radio .btns-radio p {
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  padding-bottom: 6px;
}

.optyk-addons-radio .btns-radio .list-wariant {
  margin-bottom: 0;
}

.optyk-addons-radio .btns-radio .list-wariant li {
  font-size: 14px;
}

.optyk-addons-radio .btns-radio .list-wariant li:last-child {
  margin-bottom: 0;
}

.qty-addtocard {
  display: flex;
  margin-right: 20px;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  body .show_room_txt {
    padding: 9px 58px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body .show_room_txt {
    padding: 9px 42px !important;
  }
}

@media (max-width: 767px) {
  .qty-addtocard {
    margin: 0 0 15px 0;
  }

  .add-to-cart,
  .add-to-cart button,
  .box-info-product .buttons_bottom_block button {
    width: 100%;
  }

  body .show_room_txt {
    padding: 9px 15px !important;
    width: 100%;
  }

  .price-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-block .box-price-offline {
    margin-left: 0;
    margin-top: 21px;
  }

  .price-wrp {
    padding: 42px 20px 47px;
    margin-bottom: 70px;
  }

  .price-offline {
    margin-top: 2px;
  }

  .price-offline .box-info {
    display: none;
  }

  .price-offline p {
    margin-top: 20px;
    margin-bottom: 11px;
  }
  #add_to_show_room {
    padding-top: 5px;
  }

  .price-wrp {
    margin-top: 70px;
  }

  .cart-pagewrp
    .prescription_container
    .prescription-options
    .optyk-addons-selects
    h4 {
    display: flex;
    flex-direction: column;
  }
  .optyk-addons-selects .box-info {
    margin: 5px 0 0 0 !important;
  }
  .optyk-addons-selects .box-info {
    margin: 9px 0 0 0 !important;
    position: relative;
    padding-left: 33px;
  }

  .optyk-addons-selects .box-info i {
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0;
  }

  .optyk-addons-selects .box-info .tooltip-info {
    position: static;
    background: none;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-weight: bold;
    visibility: visible;
    opacity: 1;
  }

  .optyk-addons-selects .box-info .tooltip-info:before {
    display: none;
  }
}

@media (max-width: 500px) {
  body #add_to_show_room {
    margin-left: 0 !important;
  }
}

@media (max-width: 480px) {
  .prescription_container .table-responsive {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: auto;
  }

  .prescription_container .table-responsive::-webkit-scrollbar-thumb {
    height: 6px;
    background: #000 !important;
  }

  .optyk-table td {
    white-space: nowrap;
  }

  #product .prescription_container {
    overflow-x: visible;
    min-height: 0;
  }

  .prescription-info h4 {
    margin-bottom: 33px;
  }
  .prescription-info {
    margin: 6px 0 38px;
  }

  .optyk-addons-radio .btns-radio .radio-item > .radio-box {
    margin-bottom: 40px;
  }
}

body .socialsharing_product .btn-facebook {
  border-color: #333 !important;
  color: #333 !important;
  background-color: #fff !important;
  opacity: 1 !important;
}

body .socialsharing_product .btn-facebook:hover {
  opacity: 0.8 !important;
}

body .soci-wrp {
  padding-left: 0;
  align-items: center;
  margin-top: 0;
}

body .soci-wrp p {
  font-size: 12px;
  line-height: 15px;
  margin: 0 7px 0 0;
}

body .socialsharing_product button {
  width: 32px;
  height: 32px;
}

#optyk-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 11px;
}
#optyk-tab:before {
  display: none;
}

#optyk-tab > li .nav-link {
  border-radius: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  background: #fff;
  color: #000;
  padding: 11px 5px;
  letter-spacing: 0.75px;
  box-shadow: 0px 3px 6px #00000014;
  display: block;
  width: 180px;
  text-align: center;
  border:0;
  cursor: pointer;
}

#optyk-tab > li.active > .nav-link,
#optyk-tab > li.active > .nav-link:hover,
#optyk-tab > li.active > .nav-link:focus {
  color: #fff;
  background-color: #000;
  outline: none !important;
}

#optyk-tabContent .form-group label {
  display: block;
}

#optyk-tabContent .form-group {
  margin: 0;
}

#optyk-tabContent .form-group input {
  height: 40px;
  width: 118px;
}

.box-input-group {
  display: flex;
  gap: 30px;
}

 @media (max-width: 1499px) {
  /* .tab-responsive {
    overflow-x: scroll;
    -webkit-overflow-scrolling: auto;
  } */
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 6px;
  }
  ::-webkit-scrollbar-track {
    height: 6px !important;
    background-color: #bbbbbb;
  }
  ::-webkit-scrollbar-thumb {
    height: 6px;
    background: #000 !important;
  }
} 

#product_list .product-miniature-name-wrapper .aeuc_delivery_label {
  display: none;
}

@media (max-width: 1199px) {
  .table-data-sheet tr td:first-child {
    width: 62%;
  }
}

@media (max-width: 480px) {
  #optyk-tab > li > a {
    width: 166px;
    padding: 11px 3px;
  }
}


@media (min-width: 1200px) { 
  .box-images {
    position: sticky;
    top: 106px;
  }
}

.soci-wrp #bestkit_icons_wrapper {
  display: none;
}